home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Milan_1991 / Devcon91.4 / AppShell / include / clib / appobjects_protos.h next >
Encoding:
C/C++ Source or Header  |  1992-09-01  |  544 b   |  15 lines

  1. /* appobjects_protos.h
  2.  *
  3.  */
  4.  
  5. struct ObjectInfo *NewObjListA (struct TagItem *);
  6. VOID DisposeObjList (struct ObjectInfo *);
  7. struct ObjectNode *LookupKeystroke (struct ObjectInfo *,struct IntuiMessage *);
  8. VOID AbortKeystroke (struct ObjectInfo * oi, struct Window * win);
  9. BOOL IsGadToolObj (struct Object *o);
  10. ULONG AddObjList (struct ObjectInfo *, struct Window *, struct TagItem *);
  11. ULONG RemoveObjList (struct ObjectInfo *, struct Window *, struct TagItem *);
  12. ULONG RefreshObjList (struct ObjectInfo *, struct Window *, struct TagItem *);
  13.  
  14.  
  15.